home *** CD-ROM | disk | FTP | other *** search
/ Temic Semiconductors Tech…al Library 1997 February / Temic Semiconductors Technical Library - 1997 February.iso / TEMIC2.DIR / 00026_Script_26 < prev    next >
Text File  |  1997-03-18  |  4KB  |  130 lines

  1. on enterFrame
  2.   global land, myCursor
  3.   
  4.   puppetSprite(13), TRUE
  5.   puppetSprite(34), TRUE
  6.   puppetSprite(6), TRUE
  7.   set the visible of sprite 13 to FALSE
  8.   set the visible of sprite 34 to FALSE
  9.   set the visible of sprite 6 to FALSE
  10.   puppetSprite(13), FALSE
  11.   puppetSprite(34), FALSE
  12.   puppetSprite(6), FALSE
  13.   
  14.   puppetsprite 1, true
  15.   puppetsprite 2, true
  16.   puppetsprite 3, true
  17.   puppetsprite 4, true
  18.   puppetsprite 5, true
  19.   puppetsprite 7, true
  20.   puppetsprite 8, true
  21.   puppetsprite 9, true
  22.   puppetsprite 10, true
  23.   puppetsprite 11, true
  24.   puppetsprite 12, true
  25.   puppetsprite 14, true
  26.   puppetsprite 15, true
  27.   puppetsprite 16, true
  28.   puppetsprite 27, true
  29.   puppetsprite 28, true
  30.   puppetsprite 29, true
  31.   puppetsprite 30, true
  32.   puppetsprite 31, true
  33.   puppetsprite 35, true
  34.   puppetsprite 41, true
  35.   puppetsprite 42, true
  36.   puppetsprite 43, true
  37.   puppetsprite 44, true
  38.   puppetsprite 45, true
  39.   puppetsprite 46, true
  40.   puppetsprite 47, true
  41.   puppetsprite 48, true
  42.   set the visible of sprite 1 to false
  43.   set the visible of sprite 2 to true
  44.   set the visible of sprite 3 to true
  45.   set the visible of sprite 4 to true
  46.   set the visible of sprite 5 to true
  47.   set the visible of sprite 7 to true
  48.   set the visible of sprite 8 to true
  49.   set the visible of sprite 9 to true
  50.   set the visible of sprite 10 to true
  51.   set the visible of sprite 11 to true
  52.   set the visible of sprite 12 to true
  53.   set the visible of sprite 14 to true
  54.   set the visible of sprite 15 to true
  55.   set the visible of sprite 16 to true
  56.   set the visible of sprite 27 to true
  57.   set the visible of sprite 28 to true
  58.   set the visible of sprite 29 to true
  59.   set the visible of sprite 30 to true
  60.   set the visible of sprite 31 to true
  61.   set the visible of sprite 35 to true
  62.   set the visible of sprite 41 to true
  63.   set the visible of sprite 42 to true
  64.   set the visible of sprite 43 to true
  65.   set the visible of sprite 44 to true
  66.   set the visible of sprite 45 to true
  67.   set the visible of sprite 46 to true
  68.   set the visible of sprite 47 to true
  69.   set the visible of sprite 48 to true
  70.   
  71.   puppetSprite 1, false
  72.   puppetSprite 2, false
  73.   puppetSprite 3, false
  74.   puppetSprite 4, false
  75.   puppetSprite 5, false
  76.   puppetSprite 7, false
  77.   puppetSprite 8, false
  78.   puppetSprite 9, false
  79.   puppetSprite 10, false
  80.   puppetSprite 11, false
  81.   puppetSprite 12, false
  82.   puppetSprite 14, false
  83.   puppetSprite 15, false
  84.   puppetSprite 16, false
  85.   puppetSprite 27, false
  86.   puppetSprite 28, false
  87.   puppetSprite 29, false
  88.   puppetSprite 30, false
  89.   puppetSprite 31, false
  90.   puppetSprite 35, false
  91.   puppetSprite 41, false
  92.   puppetSprite 42, false
  93.   puppetSprite 43, false
  94.   puppetSprite 44, false
  95.   puppetSprite 45, false
  96.   puppetSprite 46, false
  97.   puppetSprite 47, false
  98.   puppetSprite 48, false
  99.   
  100.   set the forecolor of member "addresses" to 4
  101.   set the forecolor of member "addresser" to 4
  102.   set the forecolor of member "addressed" to 4
  103.   
  104.   set the text of cast "address" to EMPTY
  105.   set the text of cast "countries" to EMPTY
  106.   set the text of cast "companies" to EMPTY
  107.   if rollover(22) then set the cursor of sprite 22 to myCursor
  108.   if rollover(23) then set the cursor of sprite 23 to myCursor
  109.   if rollover(25) then set the cursor of sprite 25 to myCursor
  110.   
  111.   cursor -1
  112.   
  113.   set the cursor of sprite 1 to myCursor
  114.   set the cursor of sprite 3 to myCursor
  115.   set the cursor of sprite 4 to myCursor
  116.   set the cursor of sprite 5 to myCursor
  117.   set the cursor of sprite 15 to myCursor
  118.   set the cursor of sprite 16 to myCursor
  119.   set the cursor of sprite 45 to myCursor
  120.   set the cursor of sprite 46 to myCursor
  121.   set the cursor of sprite 47 to myCursor
  122.   set the cursor of sprite 27 to myCursor
  123.   set the cursor of sprite 28 to myCursor
  124.   set the cursor of sprite 29 to myCursor
  125.   set the cursor of sprite 30 to myCursor
  126.   set the cursor of sprite 31 to myCursor
  127.   set the cursor of sprite 13 to myCursor
  128. end
  129.  
  130.